home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / global internet / win95 / ie4data.cab / OSP.ZIP / com / ms / osp / OSPFIND.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-28  |  264 b   |  8 lines

  1. package com.ms.osp;
  2.  
  3. public interface OSPFIND {
  4.    int OSPFIND_DEFAULT = 0;
  5.    int OSPFIND_UP = 1;
  6.    int OSPFIND_CASESENSITIVE = 2;
  7. }
  8.